'Declaration Public Operator Widening CType( _ ByVal value As ScriptValue(Of T) _ ) As System.String
public System.string operator implicit( ScriptValue<T> value )
Parameters
- value
- The object to convert.
Return Value
The string representing the object.